Version 0.0.1.a
This an alpha version of the software and to the best of my knowledge currently stable. If you see there is an issue not mentioned under the ”Todo” or “Known Issues” section please alert me on GitHub under the user yellokrow.

Setup for NES
Download Nestopia (better to download any version than include one by default)
Open ConsoleIDE and click the + button on the bottom left of the application
Create a new project for the NES
Select the new project and click the + sign for the emulator
Select Nestopia as your emulator (others unofficially supported and may not work)
Follow the NerdyNights tutorial to learn how to write NES games (http://nintendoage.com/forum/messageview.cfm?catid=22&threadid=7155)
Command-B will build the project
Command-R will build and run the project (note the project or any of its files must be selected to build/run a project)
ConsoleIDE looks for the entry point for a NES game with the label “.org $FFFA”

Todo:
Caching does not occur when modifying a file so every time before changing the selected file Command-S must be issued or file data will be lost
Must allow for renaming of files and groups with the project
Write unit tests
Modularize different aspects of the application
Support other consoles

Known issues:
Very rarely the graphics view for modifying chr data disappears and a Command-S button is visible.
When a file is selected but the user right clicks and deletes a different one, the right clicked item will not be the selected.